PDF4Java Reference Documentation
com.o2sol.pdf4java Package
/
PDFFixedDocument Class
/ PDFFixedDocument Constructor
Collapse All
Expand All
In This Topic
PDFFixedDocument Constructor
In This Topic
Overload List
Overload
Description
PDFFixedDocument Constructor()
Initializes a new
PDFFixedDocument
object.
PDFFixedDocument Constructor(String)
Initializes a new
PDFFixedDocument
object.
PDFFixedDocument Constructor(String,PDFFixedDocumentFeatures)
Initializes a new
PDFFixedDocument
object.
PDFFixedDocument Constructor(String,String)
Initializes a new
PDFFixedDocument
object.
PDFFixedDocument Constructor(String,String,PDFFixedDocumentFeatures)
Initializes a new
PDFFixedDocument
object.
PDFFixedDocument Constructor(Stream)
Initializes a new
PDFFixedDocument
object from a PDF stream.
PDFFixedDocument Constructor(Stream,PDFFixedDocumentFeatures)
Initializes a new
PDFFixedDocument
object from a PDF stream with the specified features.
PDFFixedDocument Constructor(Stream,String)
Initializes a new
PDFFixedDocument
object from a PDF stream.
PDFFixedDocument Constructor(Stream,String,PDFFixedDocumentFeatures)
Initializes a new
PDFFixedDocument
object from a PDF stream with the specified features.
PDFFixedDocument Constructor(InputStream)
Initializes a new
PDFFixedDocument
object from an
java.io.InputStream
.
PDFFixedDocument Constructor(InputStream,PDFFixedDocumentFeatures)
Initializes a new
PDFFixedDocument
object from an
java.io.InputStream
with the specified features.
PDFFixedDocument Constructor(InputStream,String)
Initializes a new
PDFFixedDocument
object from an
java.io.InputStream
.
PDFFixedDocument Constructor(InputStream,String,PDFFixedDocumentFeatures)
Initializes a new
PDFFixedDocument
object from an
java.io.InputStream
with the specified features.
PDFFixedDocument Constructor(PDFFile)
This method supports the internal library infrastructure and should not be used by external client code.
See Also
Reference
PDFFixedDocument Class
PDFFixedDocument Members